-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NO-ISSUES: i18n: Add Chinese translations for BPMN Editor #1510
Conversation
Thanks @bxf12315 for kindly making yourself available to review this! :) |
@bxf12315 when you have a chance, could you please review this ? |
org.kie.workbench.common.stunner.core.decrease=减小 | ||
org.kie.workbench.common.stunner.core.fit=适应 | ||
org.kie.workbench.common.stunner.core.areYouSure=确定吗? | ||
org.kie.workbench.common.stunner.core.element_uuid=标志符 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe 唯一标识符 is better
####################### | ||
# Rule Violation Types | ||
####################### | ||
org.kie.workbench.common.stunner.core.rule.violations.ContainmentRuleViolation='{0}' 不能包含候(contain)选角色 '{1}' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'{0}' 不能受候选角色'{1}'的包含关系
org.kie.workbench.common.stunner.core.client.toolbox.ClearShapes=清除形状状态 | ||
org.kie.workbench.common.stunner.core.client.toolbox.ClearDiagram=清除图表 | ||
org.kie.workbench.common.stunner.core.client.toolbox.DeleteSelection=删除选中 [DEL] | ||
org.kie.workbench.common.stunner.core.client.toolbox.ExportJPG=下载为 JPG |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
导出?
# Categories | ||
####################### | ||
org.kie.workbench.common.stunner.bpmn.definition.BPMNCategories.Containers=容器 | ||
org.kie.workbench.common.stunner.bpmn.definition.BPMNCategories.SubProcess=子过程 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
子流程?
org.kie.workbench.common.stunner.bpmn.definition.BPMNCategories.EndEvents=结束事件 | ||
org.kie.workbench.common.stunner.bpmn.definition.BPMNCategories.ConnectingObjects=连接对象 | ||
org.kie.workbench.common.stunner.bpmn.definition.BPMNCategories.Gateways=网关 | ||
org.kie.workbench.common.stunner.bpmn.definition.BPMNCategories.CustomTasks=自定义事件 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
自定义任务
org.kie.workbench.common.stunner.bpmn.definition.AdHocSubprocess.description=特设子流程 | ||
org.kie.workbench.common.stunner.bpmn.definition.EmbeddedSubprocess.title=嵌入子流程 | ||
org.kie.workbench.common.stunner.bpmn.definition.EmbeddedSubprocess.description=嵌入子流程 | ||
org.kie.workbench.common.stunner.bpmn.definition.EventSubprocess.title=事件子过程 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
流程
# DiagramSet | ||
####################### | ||
org.kie.workbench.common.stunner.bpmn.definition.property.diagram.DiagramSet.label=流程 | ||
org.kie.workbench.common.stunner.bpmn.definition.property.diagram.AdHoc.label=Ad-Hoc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
before it translates to 特设流程, keep them consistent. BTW, I think keeping 'Ad-Hoc' is better.
org.kie.workbench.common.stunner.bpmn.definition.property.task.ReusableSubprocessTaskExecutionSet.label=实现/执行 | ||
org.kie.workbench.common.stunner.bpmn.definition.property.task.ScriptTaskExecutionSet.label=实现/执行 | ||
org.kie.workbench.common.stunner.bpmn.definition.property.task.UserTaskExecutionSet.label=实现/执行 | ||
org.kie.workbench.common.stunner.bpmn.definition.property.task.AdHocSubprocessTaskExecutionSet.label=实现/执行 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ad-Hoc needs to keep them consistent
org.kie.workbench.common.stunner.bpmn.definition.property.common.ConditionExpression.description=条件表达式 | ||
|
||
####################### | ||
# Case Management |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://en.wikipedia.org/wiki/Case_management_(mental_health)
I think keeping it on the English version is better.
|
||
MarshallingResponsePopup.OkAction=确认 | ||
MarshallingResponsePopup.CancelAction=取消 | ||
MarshallingResponsePopup.CopyToClipboardActionTitle=拷贝消息到粘贴板 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
复制消息到剪切板
Sorry, I forget to submit all comments. |
Closing due to inactivity. |
Hello!
I'm working on Chinese localization. I am continuing to translate other components and BPMN editor is the first one.
This is my first time contributing to KIE project and I'm not familiar with the contribution process. If I'm doing something wrong, please let me know. Thanks!